home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / e_h / fractualuniverse / formulas / sun.form < prev    next >
Text File  |  1995-12-30  |  202b  |  29 lines

  1. Sun
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-10.0
  6.         x2= 10.0
  7.         y1=-6.15
  8.         y2= 6.15
  9.         bailout=10000.0
  10.     }
  11.     {
  12.         t=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         t=sin(t)
  17.         t=cos(t)
  18.         t=tan(t)
  19.         z=z*z
  20.         z=z+t
  21.         w=abs(z)
  22.     }
  23.     {
  24.         z>bailout
  25.     }
  26.     {
  27.     }
  28. }
  29.